Post

Replies

Boosts

Views

Activity

Reply to Bundle.main.url(forAuxiliaryExecutable) -> URL?
Well... this morning it is working. I can not think of what is different other than a good night sleep. 🤷‍♂️ Thanks for the quick help! @eskimo Here is what you asked for: Smart Desk.app/Contents/MacOS Smart Desk.app/Contents/MacOS/Smart Desk Smart Desk.app/Contents/MacOS/ffplay What wasn't working yesterday but is now: guard let ffplay = Bundle.main.url(forAuxiliaryExecutable: "ffplay") else{ fatalError() } Yesterday's work around" var ffplay = Bundle.main.bundleURL ffplay.appendPathComponent("Contents/MacOS/ffplay")
Jul ’20